home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / COMPILE.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-10-03  |  189 b   |  7 lines

  1. ;
  2. ;Note that the "import32.lib" file has to be present in the current directory!
  3. ;
  4.  
  5. tasm32 /l /ml /m2 crueme.asm
  6. tlink32 /Tpe /aa /c crueme.obj,crueme,,import32,crueme.def,crueme.res
  7.